Exploring all possible images from a 100×100 matrix with RGB color model (8 shades per channel)
Each pixel has Red, Green, Blue components (0-7 each). RGB(7,7,7) = White, RGB(0,0,0) = Black
All possible images that can be formed using 100×100 matrix with RGB color model (8 shades per channel) have been generated.